home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earkit / socket / miami3 / miamisdk / netinclude / machine / ansi.h next >
C/C++ Source or Header  |  1998-05-24  |  365b  |  16 lines

  1. #ifndef    _MACHINE_ANSI_H_
  2. #define    _MACHINE_ANSI_H_
  3.  
  4. /*
  5.  * Types which are fundamental to the implementation and may appear in
  6.  * more than one standard header are defined here.  Standard headers
  7.  * then use:
  8.  *    #ifdef    _BSD_SIZE_T_
  9.  *    typedef    _BSD_SIZE_T_ size_t;
  10.  *    #undef    _BSD_SIZE_T_
  11.  *    #endif
  12.  */
  13. #define    _BSD_SIZE_T_    unsigned long
  14.  
  15. #endif    /* _MACHINE_ANSI_H_ */
  16.